findGroupsByUserEmail

open override fun findGroupsByUserEmail(email: String): List<Group>

Finds all groups that a user is a member of.

Return

a list of group entities that the user is a member of

Parameters

email

the identifier of the user